home *** CD-ROM | disk | FTP | other *** search
/ Visual Basic Controls / Visual Basic Controls.iso / vbcontrol / axgrid / axgrid.clg < prev    next >
INI File  |  1998-12-08  |  5KB  |  120 lines

  1. [axgrid]
  2. FORMCONTEXTID= 0
  3. Enum axgridBorderStyleEnum= 0
  4. Enum FixedStyles= 0
  5. Enum SelectModes= 0
  6. Click()= 0
  7. KeyDown(KeyCode As Integer, Shift As Integer)= 0
  8. KeyPress(KeyAscii As Integer)= 0
  9. KeyUp(KeyCode As Integer, Shift As Integer)= 0
  10. MouseDown(button As Integer, Shift As Integer, x As Single, y As Single)= 0
  11. MouseUp(button As Integer, Shift As Integer, x As Single, y As Single)= 0
  12. Scroll()= 0
  13. AfterEdit(Row As Long, Col As Long, NewValue As String)= 0
  14. BeforeAddRow(ByVal Cancel As Boolean)= 0
  15. AfterAddRow(Row As Long)= 0
  16. BeforeDeleteRow(Row As Long, Cancel As Boolean)= 0
  17. AfterDeleteRow(Row As Long)= 0
  18. Get Rows() As Long= 0
  19. Let Rows(lNewValue As Long)= 0
  20. Get Cols() As Long= 0
  21. Let Cols(lNewValue As Long)= 0
  22. Refresh()= 0
  23. Get ColHeader() As Boolean= 0
  24. Let ColHeader(bNewValue As Boolean)= 0
  25. Get RowHeader() As Boolean= 0
  26. Let RowHeader(bNewValue As Boolean)= 0
  27. Get CellBackColor(lThisCol As Long, lThisRow As Long) As Long= 0
  28. Let CellBackColor(lThisCol As Long, lThisRow As Long, lNewValue As Long)= 0
  29. Get CellForeColor(lThisCol As Long, lThisRow As Long) As Long= 0
  30. Let CellForeColor(lThisCol As Long, lThisRow As Long, lNewValue As Long)= 0
  31. Get TopRow() As Long= 0
  32. Let TopRow(lNewValue As Long)= 0
  33. Get LeftCol() As Long= 0
  34. Let LeftCol(lNewValue As Long)= 0
  35. Get ShowGrid() As Boolean= 0
  36. Let ShowGrid(bNewValue As Boolean)= 0
  37. Get GridSolid() As Boolean= 0
  38. Let GridSolid(bNewValue As Boolean)= 0
  39. HChange()= 0
  40. VChange()= 0
  41. DrawRow(lThisRow As Long, y As Long, bDrawHeader As Boolean)= 0
  42. DrawCol(lThisCol As Long, x As Long, bDrawHeader)= 0
  43. b SetRowHeight(lThisRow&, lNewHeight&)= 0
  44. Get Row() As Long= 0
  45. Let Row(lNewValue As Long)= 0
  46. Get Col() As Long= 0
  47. Let Col(lNewValue As Long)= 0
  48. Get Text() As String= 0
  49. Let Text(sNewValue As String)= 0
  50. Get TextMatrix(vRow As Long, vCol As Long) As String= 0
  51. Let TextMatrix(vRow As Long, vCol As Long, sNewValue As String)= 0
  52. Get Redraw() As Boolean= 0
  53. Let Redraw(bNewValue As Boolean)= 0
  54. Get GridLineColor() As OLE_COLOR= 0
  55. Let GridLineColor(lNewValue As OLE_COLOR)= 0
  56. EditKeyDown(KeyCode As Integer, Shift As Integer)= 0
  57. EditKeyPress(KeyAscii As Integer)= 0
  58. DblClick()= 0
  59. MouseMove(button As Integer, Shift As Integer, x As Single, y As Single)= 0
  60. HilightSelection(Optional Row1, Optional Col1, Optional Row2, Optional Col2)= 0
  61. GetColWidth(lThisCol&) As Long= 0
  62. SetColWidth(lThisCol&, lNewColWidth&)= 0
  63. BlockSelected() As Boolean= 0
  64. Get Row1() As Long= 0
  65. Let Row1(lNewValue As Long)= 0
  66. Get Col1() As Long= 0
  67. Let Col1(lNewValue As Long)= 0
  68. Get Row2() As Long= 0
  69. Let Row2(lNewValue As Long)= 0
  70. Get Col2() As Long= 0
  71. Let Col2(lNewValue As Long)= 0
  72. Get RowHeight(lThisRow As Long) As Long= 0
  73. Let RowHeight(lThisRow As Long, ByVal lNewValue As Long)= 0
  74. Get ColWidth(lThisCol As Long) As Long= 0
  75. Let ColWidth(lThisCol As Long, ByVal lNewValue As Long)= 0
  76. Get ColAlign(lThisCol As Long) As Long= 0
  77. Let ColAlign(lThisCol As Long, ByVal lNewValue As Long)= 0
  78. Get BorderStyle() As axgridBorderStyleEnum= 0
  79. Let BorderStyle(ByVal New_BorderStyle As axgridBorderStyleEnum)= 0
  80. Get MousePointer() As MousePointerConstants= 0
  81. Let MousePointer(ByVal New_MousePointer As MousePointerConstants)= 0
  82. Get Recordset() As Variant= 0
  83. Set Recordset(ByVal New_Recordset As Variant)= 0
  84. Get AllowSelection() As Boolean= 0
  85. Get BackColor() As OLE_COLOR= 0
  86. Let BackColor(ByVal lNewValue As OLE_COLOR)= 0
  87. Get BackColorFixed() As OLE_COLOR= 0
  88. Let BackColorFixed(ByVal lNewValue As OLE_COLOR)= 0
  89. Get ForeColor() As OLE_COLOR= 0
  90. Let ForeColor(ByVal lNewValue As OLE_COLOR)= 0
  91. Get ForeColorFixed() As OLE_COLOR= 0
  92. Let ForeColorFixed(ByVal lNewValue As OLE_COLOR)= 0
  93. Get FixedStyle() As FixedStyles= 0
  94. Let FixedStyle(ByVal iNew_Value As FixedStyles)= 0
  95. Get SelectionMode() As SelectModes= 0
  96. Let SelectionMode(ByVal iNew_Value As SelectModes)= 0
  97. Get Enabled() As Boolean= 0
  98. Get Font() As Font= 0
  99. Get FontFixed() As Font= 0
  100. Get BackColorBkg() As OLE_COLOR= 0
  101. Let BackColorBkg(ByVal lNewValue As OLE_COLOR)= 0
  102. Get AllowUserResizing() As Boolean= 0
  103. Get FormatString() As String= 0
  104. AutoSetup(NRows As Variant, NCols As Variant, vRowHeader As Boolean, vColHeader As Boolean, vFormatString As Variant)= 0
  105. Get AutoNewRow() As Boolean= 0
  106. Let AutoNewRow(ByVal New_Value As Boolean)= 0
  107. RowEmpty(ByVal iRow As Long)= 0
  108. AddLookup(iCol As Integer, Value As String)= 0
  109. RemoveLookup(iCol As Integer, Value As String)= 0
  110. ClearLookup(iCol As Integer)= 0
  111. ClearAllLookups()= 0
  112. ColHasLookup(ByVal iCol As Integer) As Boolean= 0
  113. Get ListBoxRows() As Integer= 0
  114. Let ListBoxRows(ByVal New_ListBoxRows As Integer)= 0
  115. Get ColAllowEdit(ByVal iCol As Long) As Boolean= 0
  116. Let ColAllowEdit(ByVal iCol As Long, ByVal Value As Boolean)= 0
  117. Get ColMask(ByVal iCol As Long) As Integer= 0
  118. Let ColMask(ByVal iCol As Long, ByVal Value As Integer)= 0
  119. Remove(iRow As Integer)= 0
  120.